projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe2fb5
)
Move 'project-try-ede' to the back of 'project-find-functions'
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 18 Feb 2021 03:06:33 +0000
(
05:06
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 18 Feb 2021 03:06:33 +0000
(
05:06
+0200)
* lisp/cedet/ede.el (project-find-functions):
Move 'project-try-ede' further back, so that 'project-try-vc' has
priority (bug46202).
lisp/cedet/ede.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/ede.el
b/lisp/cedet/ede.el
index e3cc9062ed41e2dee1b29069ba000ee63e851d2a..369a9f7e713b44f342495c75c84d2b047b8ed85a 100644
(file)
--- a/
lisp/cedet/ede.el
+++ b/
lisp/cedet/ede.el
@@
-1518,7
+1518,7
@@
It does not apply the value to buffers."
;;; FIXME: Could someone look into implementing `project-ignores' for
;;; EDE and/or a faster `project-files'?
-(add-hook 'project-find-functions #'project-try-ede)
+(add-hook 'project-find-functions #'project-try-ede
50
)
(provide 'ede)